@charset "utf-8";
body {
    font-family: Arial, "Microsoft YaHei", "微软雅黑", "新細明體", "Microsoft JhengHei";
    background-color: #fff;
}

.row_5.col1 #Dyn_2_1 > div > div.module:not(.module-ads),
.row_5.col1 #Dyn_2_1 > div.module:not(.module-ads),
.row_4.col1 #Dyn_2_1 > div > div.module:not(.module-ads),
.row_4.col1 #Dyn_2_1 > div.module:not(.module-ads),
.row_3.col1 #Dyn_2_1 > div > div.module:not(.module-ads),
.row_3.col1 #Dyn_2_1 > div.module:not(.module-ads),
.row_2.col1 #Dyn_2_1 > div > div.module:not(.module-ads),
.row_2.col1 #Dyn_2_1 > div.module:not(.module-ads),
.row_0.col1 #Dyn_2_1 > div > div.module:not(.module-ads),
.row_0.col1 #Dyn_2_1 > div.module:not(.module-ads),
.row_0.col1 .col_02 > .mcol > div + div,
.footer > .minner,
.header > .minner,
.row_5.col3 > .mrow,
.row_5.col2 > .mrow,
.row_4.col3 > .mrow,
.row_4.col2 > .mrow,
.row_3.col3 > .mrow,
.row_3.col2 > .mrow,
.row_2.col3 > .mrow,
.row_2.col2 > .mrow,
.row_1 > .mrow {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.module.module-minicart,
span.sr-only,
.go-pcurl {
    display: none;
}

a:hover {
    text-decoration: none;
}
ol{
    list-style: none;
}
.btn,
.mbtn {
    color: #008c40;
    border: 2px solid #008c40;
}

.btn:hover,
.btn:focus,
.mbtn:hover,
.mbtn:focus {
    background-color: #008c40;
}

ul.nav.navbar-nav {
    background-color: transparent;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #008c40;
}

.module {
    margin-bottom: 0;
}

.header {
    border: none;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

.header {
    width: 100%;
    position: fixed;
    z-index: 3;
    padding-bottom: 0;
}

.header::before {
    box-shadow: 0 0 25px #000;
    display: block;
    content: "";
    background: #fff;
    width: 100%;
    height: 84px;
    position: absolute;
    top: 0;
    left: 0;
}

.page_mobilehome .header::before {
    display: none;
}

.page_mobilehome .header {
    position: relative;
}

.navbar-collapse {
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0);
}

.header .navbar {
    border: none;
}

ul.navbar-nav {
    margin-top: 0em;
    border-radius: 0;
}

.navbar-nav .open > a,
.navbar-nav .open > a:hover,
.navbar-nav .open > a:focus,
.navbar-nav > li > a:hover {
    border-color: transparent;
    background: none;
}

.navbar.navbar-default {
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
}

@media screen and (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
        position: relative;
        width: 80%;
    }
    .self_footer {
        display: flex;
        align-items: center;
    }
}

.mobile {
    display: none;
}


/* ============================nav============================== */

.navbar-nav {
    float: left;
}

nav.navbar {
    /*max-width: 1024px;*/
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

span.img_arrow {
    position: absolute;
    right: 20px;
    top: -5px;
    display: none;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #008c40;
    border-color: transparent;
    background-color: transparent;
}

.nav>li>a {
    padding: 10px 5px;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.navbar-nav > li > a {
    padding-bottom: 0.2em;
    margin-left: 0;
}

ul.nav.navbar-nav>li {
    position: relative;
    background-color: transparent;
    padding: 10px 1% 0 1%;
    position: relative;
    background-color: transparent;
    border-right: 1px solid #ccc;
    ;
}

ul.nav.navbar-nav>li>a {
    border-top: 4px solid transparent;
}

ul.nav.navbar-nav>li:hover>a {
    border-top: 4px solid #008c40;
}

ul.nav.navbar-nav>li:hover ul.sub_nav {
    display: block;
    padding-left: 0;
}

ul.nav.navbar-nav>li span:first-child{
    font-size: 16px;
    font-weight: 400;
}

ul.nav.navbar-nav>li span:last-child{
    font-size: 12px;
    font-weight: 400;
}

ul.sub_nav {
    display: none;
    outline: 2px solid #fff;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    width: 150%;
    left: 0;
    padding-top: 15px;
    list-style: none;
}

ul.sub_nav>li {
    text-align: left;
    padding: 10px;
    padding-right: 0;
    border-bottom: 2pt dotted #fff;
}
ul.sub_nav>li:last-child{
  border-bottom: 0pt dotted #fff;
}
ul.sub_nav>li>a {
    color: #008c40;
    font-size: 18px;
    width: 100%;
    /* display: block; */
}
ul.sub_nav>li:hover{
  background-color: #fff;
}
ul.sub_nav>li>a:hover {
    color: #008c40;
}

.sub_nav_2 {
    font-size: 14px;
    padding: 8px 10px;
}

.sub_nav_2 a:hover {
    color: #D00412;
}

.sub_nav_2 li {
    margin-bottom: 5px;
}


/* =========================owl-carousel ===================================== */

.owl-carousel .owl-item {
    opacity: 0.9;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-controls {
    margin: 10px 0;
}

.owl-carousel .owl-dots .owl-dot span {
    background: #c30d23;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #00913a;
}

.section01 {
    text-align: center;
    margin: 5% auto 10% auto;
    color: #000;
}

.section01 a,
.section02 a {
    color: #7f4f21;
}

.section01 h1,
.section02 h1 {
    font-size: 26px;
    margin-bottom: 20px;
}

.section01 p {
    font-size: 20px;
    line-height: 28px;
}

.section02 p {
    font-size: 14px;
    line-height: 28px;
}

.section01 p {
    letter-spacing: 1px;
}

.section02 {
    text-align: justify;
}

.section02 .col-xs-6 img {
    width: 100%;
}

.bg_01 {
    background-color: #ebdcc3;
}

.bg_02 {
    background-color: #dad9d7;
}

.section02 .bg_01 div.col-xs-6:nth-of-type(1) {
    padding: 5% 8% 0 15%;
}

.section02 .bg_02 div.col-xs-6:nth-of-type(2) {
    padding: 4% 6%;
    z-index: 1;
}

.section02 .bg_01 div.col-sm-6:nth-of-type(1) {
    padding: 5% 8% 0 15%;
}

.section02 .bg_02 div.col-sm-6:nth-of-type(1) {
    padding: 4% 6%;
    z-index: 1;
}

.section02 .bg_01 div.col-sm-6:nth-of-type(1) {
    z-index: 1;
}

.section02 .bg_01,
.section02 .bg_02 {
    position: relative;
}

.section02 .bg_01 div.col-xs-6:nth-of-type(1) {
    z-index: 1;
}

.section02 a:hover {
    color: #333;
}

.section03 div {
    text-align: center;
}

.section03 div:nth-of-type(1) {
    padding-right: 4%;
}

.section03 div:nth-of-type(2) {
    padding-right: 2%;
    padding-left: 2%;
}

.section03 div:nth-of-type(3) {
    padding-left: 4%;
}

.section03 figcaption {
    font-size: 24px;
    font-weight: 400;
    margin: 15% 0;
}

.section03 a:hover img {
    opacity: .5;
}

.section03 a:hover {
    color: #c30d23;
}

.section03 img {
    width: 100%;
    height: auto;
}

.footer {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0em;
    padding-left: 0em;
    color: #000;
    background: transparent;
    min-height: 30px;
}

.self_footer .col-sm-7 {
    text-align: center;
}

.self_footer .col-sm-5 {
    text-align: left;
}

.self_footer .col-sm-5 h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.self_footer .col-sm-5 a {
    color: #000;
}

.self_footer .col-sm-5 p {
    font-size: 16px;
}

.self_footer .col-sm-5 p:hover,
.self_footer .col-sm-5 p:active,
.self_footer .col-sm-5 p:focus,
.self_footer .col-sm-5 p:visited {
    color: #000;
}

.self_footer .col-sm-5 p img {
    padding-right: 5px;
}

.design {
    background: #22ac38;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    margin-top: 30px;
}


/* --------------------內頁--------------------- */
.thumb-large .mlarge .figBS {
    background: #fff;
}
.nav-tabs>li.active>a{
    color: #fff;
    cursor: default;
    background-color: #7F4F21;
    border: 1px solid #7F4F21;
}
.module.module-cglist,
body.page_mobilercglist .usermodoutter,
body.page_mobileptdetail .module.module-detail,
body.page_mobile_meccg .usermodoutter,
body.page_mobile_mecprod .usermodoutter,
body.page_mobile_mecparcglist .usermodoutter{
    /* background: url(/ezfiles/26/1026/img/553/bg001.png); */
    padding: 5% 0;
}
body.page_mobile_meccg .module.module-sublist{
  display: none;
}
body.page_mobileptdetail .mpgtitle {
    display: none;
}

body.page_mobilercglist .mbox:hover img {
    transform: rotate(15deg);
}

body.page_mobilercglist .inner .info {
    padding: 30px 3em 40px;
}
body.page_mobile_meccg .module.module-cglist{
  padding:0;
}
.container.inner .content {
    position: relative;
    border-radius: 10px;
    border-top: 4px solid #774A1F;
    border-bottom: 3px dashed #774A1F;
}

/* .inner .content:after {
    content: url(/ezfiles/26/1026/img/553/icon_feed.png);
    display: inline-block;
    position: absolute;
    bottom: -22px;
    right: -12px;
    transform: rotate(15deg);
} */

.inner h1.name {
    color: #774A1F;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    position: relative;
    line-height: 2!important;
}

/* .inner h1.name:before {
    content: url(/ezfiles/26/1026/img/553/icon_chicken.png);
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
} */
/* 
.inner h1.name:after {
    content: url(/ezfiles/26/1026/img/553/icon_water.png);
    position: absolute;
    right: 5px;
    bottom: -20px;
} */

.inner .info {
    padding: 30px 3em 10px;
    line-height: 26px;
    margin-bottom: 5%;
}

.inner .info ul li {
    letter-spacing: 2px;
}

.inner .info ul li span {
    color: #774A1F;
    margin-right: 5px;
}

.about .col-sm-5 {
    text-align: center;
    margin-bottom: 10px;
}

.case .row img {
    width: 100%;
}

.case figcaption {
    color: #774A1F;
    text-align: center;
    margin: 35px auto 5px auto;
    font-weight: bold;
    letter-spacing: 2px;
}

.company_s {
    padding-left: 5em;
}

.album.owl-carousel .owl-item img {
    width: inherit;
    margin: 0 auto;
}

.red {
    color: #D00412;
}

.recruit span {
    font-size: 20px;
    letter-spacing: 2px;
}

.contact {
    letter-spacing: 2px;
    /* font-weight: bold; */
}

.recruit {
    display: flex;
    align-items: center;
}

.recruit .col-sm-5 img,.contact .info img{
    box-shadow: 4px 2px 20px #969090;
}
.contact .row{
    display: flex;
    align-items: center; 
}
/* .contact .col-sm-6:nth-child(2){
      margin-top: 9%;
} */
.contact .col-sm-12{
    padding-left: 3em;
    margin-bottom: 5%;
}
.contact h4{
      margin-bottom: 30px;
    letter-spacing: 5px;
}
.pro_easy h3,.pro_detail h3,.product-detail h3{
  font-size: 18px;
}
.module-ptlist .v-tid .d-txt > h5{
    font-weight: bold;
    letter-spacing: 2px;
}
.module-ecptdetail .mpgtitle.mpro-name{
    background: url(/ezfiles/26/1026/img/553/icon_pig.png)0 0 no-repeat;
    border-left: 0px solid #7F4F21;
    padding-left: 40px;
}
.module-ecptdetail .mpgtitle.mpro-name.chicken{
    background: url(/ezfiles/26/1026/img/553/icon_chicken.png)0 0 no-repeat;
    border-left: 0px solid #7F4F21;
    padding-left: 40px;
}
.mpgtitle.mpro-name h3{
    font-weight: bold;
    letter-spacing: 3px;  
}
.pro_detail table{
    width: 100%;
    max-width: 600px;
}
.pro_detail th{
    text-align: center;
    padding: 2%;
}
.pro_detail td{
    text-align: center;
    padding: 1%;
}

body.page_mobile_meccg .v-tid .d-img a img{
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
}
body.page_mobile_meccg .v-tid .d-img a:hover img{
        transform: scale(.8,.8);
}
body.page_mobile_meccg .boxSD .d-item > .mbox:hover {
    outline: 2px solid #774A1F;
}
h1.name img:nth-of-type(1){
    margin-right: 10px;
    vertical-align: bottom;
}
.h1_icon{
    position: absolute;
    right: 5px;
    bottom: -15px;
}
/* .page_mobile_meccg .module-ptlist{
    border-radius: 10px;
    border-top: 4px solid #774A1F;
    padding-top: 3%;
} */
.recruit ol li{
    margin-bottom: 10px;
}
/* ===================@media ================== */

@media screen and (max-width: 769px) {
    .navbar-nav {
        width: 100%;
    }
    ul.nav.navbar-nav>li {
        position: relative;
        background-color: transparent;
        padding: 0px 1% 0 1%;
        position: relative;
        background-color: transparent;
        border-right: 1px solid #ccc;
        margin-top: 30px;
    }
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    .header {
        position: relative;
    }
}

@media screen and (max-width: 767px) {

    ul.nav.navbar-nav>li:hover>a {
        border-top: none;
    }
    
  .header::before{
    display: none;
  } 
  .contact .col-sm-6:nth-child(2){
      margin-top: 20px;
}
    .recruit {
        display: block;
    }
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    .navbar-header {
        margin-bottom: 20px;
    }
    .nav.navbar-nav {
        height: auto;
    }
    .navbar-default .navbar-nav>li {
        display: block;
        width: 100%;
    }
    ul.sub_nav,
    ul.sub_nav_2 {
        position: static;
    }
    ul.sub_nav_2 {
        position: static;
        padding: 10px 0;
    }
    span.img_arrow {
        display: block;
    }
    ul.sub_nav {
        width: 100%;
        padding: 0;
        background: #cdcdcd;
    }
    ul.nav.navbar-nav>li {
        position: relative;
        background-color: transparent;
        padding: 0;
        position: relative;
        background-color: transparent;
        border-right: 0px solid #ccc;
        margin-top: 8px;
        padding-bottom: 10px;
    }
    ul.nav.navbar-nav>li a {
        display: inline;
    }
    ul.sub_nav>li {
        padding: 5px 10px;
    }
    .section02 .bg_01 div.col-xs-6:nth-of-type(1),
    .section02 .bg_02 div.col-xs-6:nth-of-type(1) {
        padding: 20px 5%;
    }
    .section03 img {
        max-width: 262px;
        margin: 0 auto;
    }
    .section03 div:nth-of-type(1),
    .section03 div:nth-of-type(2),
    .section03 div:nth-of-type(3) {
        padding: 0;
    }
    .section03 figcaption {
        font-size: 20px;
        font-weight: 400;
        margin: 3% 0;
    }
    .self_footer .col-sm-5 {
        text-align: center;
    }
    .section02 .col-xs-6 img {
        width: 100%;
        max-height: 205px;
        height: 25vw;
    }
    .section02 h1 {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
    .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .self_footer {
        margin-top: 30px;
    }
    .self_footer .col-sm-7 img {
        width: 180px;
        height: auto;
    }
    .inner .info {
        padding: 10px;
        margin-bottom: 10px;
    }
    .contact .col-sm-12{
      padding:10px;
    }
      .container.inner .content{
    padding-bottom: 50px;
  }
  body.page_mobilercglist .inner .info {
    padding: 20px 10px 0px;
}
.company_s {
    padding-left: 0;
}
.d-item .d-img  img{
  margin:0 auto;
  margin-bottom: 10px;
}
.page_mobilercglist .d-txt{
  text-align: center;
}
.contact .row{
    display: block;
}

}

@media screen and (max-width: 480px) {
    .wrap > .minner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .section01 {
        margin: 5% auto 8% auto;
    }
    .section01 p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
        letter-spacing: 0;
    }
    .section01 h1,
    .section02 h1 {
        font-size: 18px;
        margin: 10px;
    }
    .section03 figcaption {
        font-size: 16px;
    }
    .self_footer .col-sm-5 h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .self_footer .col-sm-5 p {
        font-size: 14px;
    }
    .inner h1.name {
        font-size: 22px;
        margin-bottom: 8px;
        line-height: 2!important;
    }
    .inner h1.name:after {
        display: none;
    }
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
}

.navbar-default .navbar-toggle.collapsed .icon-bar:last-child {
    margin-top: 8px;
    transform: rotate(0deg);
    transition: transform .2s ease-in, margin-top .2s .4s ease-in
}

.navbar-default .navbar-toggle .icon-bar:last-child {
    margin-top: -4px;
    transform: rotate(45deg);
    transition-delay: .8s;
    transition: margin-top .2s ease-in, transform .2s .4s ease-in;
}

.navbar-default .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
    position: relative;
    top: 0;
    margin-top: 0px;
    transform: rotate(0deg);
    transition: transform .2s ease-in, top .2s .4s ease-in;
}

.navbar-default .navbar-toggle .icon-bar:nth-of-type(2) {
    position: relative;
    top: 10px;
    transform: rotate(-45deg) translate(-0px, 0px);
    transition-delay: .8s;
    transition: top .2s ease-in, transform .2s .4s ease-in;
}

.navbar-default .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    opacity: 1;
}

.navbar-default .navbar-toggle .icon-bar:nth-of-type(3) {
    opacity: 0;
    /*   transition: .2s .4s ease-in; */
}

@media (min-width: 481px){
/*   .thumb-large .mlarge .owl-stage-outer {
    max-height: 400px;
  } */
}


@media (min-width: 481px){
/*   .thumb-large .owl-carousel .owl-item img {
    max-height: 400px;
  } */
}


/* .thumb-large .owl-carousel .owl-item img {
    width: auto;
    max-height: 400px;
} */